projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8570b0c
)
(Fsleep_for): If arg is 0, return right away.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Jul 1993 18:38:23 +0000
(18:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Jul 1993 18:38:23 +0000
(18:38 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 2351724a7be69e67f6308794bb0f44be31d6445a..42f5e6edde08cc67de206ab7af7dd97c7a418fd9 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-1872,7
+1872,7
@@
Emacs was built without floating point support.\n\
else
sec += usec / 1000000, usec %= 1000000;
- if (sec < 0)
+ if (sec <
=
0)
return Qnil;
{